Message Type Field

The 'Message Type' field defines the type of SIP message that you want to apply the manipulation or condition rule.

Syntax:

<SIP-method/any>.<request/response/any>.<response-type>

where:

<SIP-method/any> specifies the SIP method used with the option to specify requests of all method types.
<request/response/any> specifies the SIP request or SIP response type with the option to specify any request or response type.
<response-type> specifies the SIP response type. You can also use the 'x' wildcard to denote multiple response types:
To denote all SIP 18x responses (e.g., 180, 181, 182 and 183), use the following syntax: 18x
To denote all response types belonging to a specific response group (i.e., 1xx for provisional, 2xx for successful, 3xx for redirection, 4xx for client failure, 5xx for server failure, and 6xx for global failure responses), use two 'x' wildcards instead of the last two digits of the response: <first digit of response group>xx (e.g., 1xx)

For more information, see Message Type.